List Municipalities
Municipalities
List Municipalities
Retrieve all active municipalities in Yucatan state
GET
List Municipalities
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/LizandroCanul/back_sdo/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieves the complete catalog of 106 municipalities (municipios) in the state of Yucatan, Mexico. This is a read-only catalog endpoint that returns active municipalities sorted alphabetically by name.Authentication
This endpoint requires authentication using a Bearer token.Request
No query parameters are required. The endpoint returns all active municipalities by default.Base URL
Response
Returns an array of municipality objects with geographic coordinates.Array of municipality objects
Success Response
Example Request
Geographic Data FormatCoordinates follow the GeoJSON specification with longitude first, then latitude. All coordinates use the WGS 84 coordinate system (SRID 4326).
Notes
- Results are sorted alphabetically by municipality name (
nombre) - Only active municipalities (
activo: true) are returned - The catalog contains all 106 official municipalities of Yucatan state
- Geographic coordinates represent the central point of each municipality
- This is a read-only endpoint; municipalities cannot be created or modified via the API